aboutdialog: Fix add_credit_section() annotations
authorMartin Pitt <martinpitt@gnome.org>
Thu, 22 Nov 2012 13:51:52 +0000 (14:51 +0100)
committerMartin Pitt <martinpitt@gnome.org>
Thu, 22 Nov 2012 13:51:52 +0000 (14:51 +0100)
The people argument is an array.

https://mail.gnome.org/archives/python-hackers-list/2012-November/msg00010.html

gtk/gtkaboutdialog.c

index db00487a8ebcefd9042985cd1c5928943dcee34d..287ec9a21114c28a607beba10d6310e0c67e3cc9 100644 (file)
@@ -2664,7 +2664,7 @@ gtk_about_dialog_get_license_type (GtkAboutDialog *about)
  * gtk_about_dialog_add_credit_section:
  * @about: A #GtkAboutDialog
  * @section_name: The name of the section
- * @people: The people who belong to that section
+ * @people: (array zero-terminated=1): The people who belong to that section
  *
  * Creates a new section in the Credits page.
  *